home *** CD-ROM | disk | FTP | other *** search
/ Toy Story Free! Interactive / Toy Story.iso / pc / DATA / hunt.swf / scripts / DefineButton2_89 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-01-27  |  152 b   |  9 lines

  1. on(press){
  2.    nextFrame();
  3.    red1._visible = true;
  4.    red1a._visible = true;
  5.    score += 1;
  6.    f1._visible = false;
  7.    f1a._visible = false;
  8. }
  9.